Package-level declarations

Low-level helper classes for parsing, emitting, and representing.

Low-level helper classes for parsing, emitting, and representing.

Low-level helper classes for parsing, emitting, and representing.

Low-level helper classes for parsing, emitting, and representing.

Types

Link copied to clipboard
expect class Compose

Helper to compose input stream to Node

actual class Compose

Helper to compose input stream to Node

actual class Compose

Helper to compose input stream to Node

actual class Compose

Helper to compose input stream to Node

Link copied to clipboard
class ComposeString(settings: LoadSettings)

Helper to compose strings to Nodes.

Link copied to clipboard
expect class Parse(settings: LoadSettings)
actual class Parse(settings: LoadSettings)
actual class Parse(settings: LoadSettings)

Read the input stream and parse the content into events (opposite for Present or Emit)

actual class Parse(settings: LoadSettings)
Link copied to clipboard
class ParseString(settings: LoadSettings)
Link copied to clipboard
class Present(settings: DumpSettings)

Emit the events into a data stream (opposite for Parse)

Link copied to clipboard
class Serialize(settings: DumpSettings)

Implementation of the step which translates Nodes to Events